Skip to content

fix(docker): Set UTF-8 locale environment variables to fix Python Uni…#10378

Merged
ovr merged 1 commit into
masterfrom
feat/lang-c-utf8
Feb 9, 2026
Merged

fix(docker): Set UTF-8 locale environment variables to fix Python Uni…#10378
ovr merged 1 commit into
masterfrom
feat/lang-c-utf8

Conversation

@ovr
Copy link
Copy Markdown
Member

@ovr ovr commented Feb 9, 2026

…codeEncodeError

Without LANG and LC_ALL set to C.UTF-8, embedded Python in Docker containers fails with "UnicodeEncodeError: 'ascii' codec can't encode character" when outputting non-ASCII characters. This adds the locale environment variables to all Dockerfiles that run Python code at runtime.

…codeEncodeError

Without LANG and LC_ALL set to C.UTF-8, embedded Python in Docker containers
fails with "UnicodeEncodeError: 'ascii' codec can't encode character" when
outputting non-ASCII characters. This adds the locale environment variables
to all Dockerfiles that run Python code at runtime.
@ovr ovr requested review from a team as code owners February 9, 2026 13:03
@github-actions github-actions Bot added cube store Issues relating to Cube Store rust Pull requests that update Rust code labels Feb 9, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.51%. Comparing base (bac3cd0) to head (cdc44dc).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10378   +/-   ##
=======================================
  Coverage   57.51%   57.51%           
=======================================
  Files         222      222           
  Lines       17326    17326           
  Branches     3541     3541           
=======================================
  Hits         9965     9965           
  Misses       6824     6824           
  Partials      537      537           
Flag Coverage Δ
cube-backend 57.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ovr ovr merged commit 104ff5f into master Feb 9, 2026
57 of 59 checks passed
@ovr ovr deleted the feat/lang-c-utf8 branch February 9, 2026 13:50
haechangcho pushed a commit to haechangcho/heartcube that referenced this pull request May 15, 2026
…codeEncodeError (cube-js#10378)

Without LANG and LC_ALL set to C.UTF-8, embedded Python in Docker containers
fails with "UnicodeEncodeError: 'ascii' codec can't encode character" when
outputting non-ASCII characters. This adds the locale environment variables
to all Dockerfiles that run Python code at runtime.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cube store Issues relating to Cube Store rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants